C++ String operator[]()Last Updated : 17 Mar 2025 This function is used to get a character at position pos in the string. SyntaxConsider a string 'str' and character 'ch' at position 'pos'. Syntax would be: Parameterpos: It defines the position of character which is to be retrieved. Return valueThis function returns the character specified at position pos. Example 1Let's see a simple example. Output: C programs Example 2Let's see an another simple example. Output: 54321 Next TopicC++ Strings |
We request you to subscribe our newsletter for upcoming updates.

We deliver comprehensive tutorials, interview question-answers, MCQs, study materials on leading programming languages and web technologies like Data Science, MEAN/MERN full stack development, Python, Java, C++, C, HTML, React, Angular, PHP and much more to support your learning and career growth.
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India